Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1388740/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1388740,
    "uri": "https://api.kexp.org/v2/plays/1388740/?format=api",
    "airdate": "2008-06-22T16:00:49-07:00",
    "show": 24242,
    "show_uri": "https://api.kexp.org/v2/shows/24242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61v8Ah-MOKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61v8Ah-MOKL._SL75_.jpg",
    "song": "Kingston",
    "track_id": "c5237452-195f-482a-b231-f69b4993e65f",
    "recording_id": null,
    "artist": "Field Music",
    "artist_ids": [
        "a9ae7a19-be18-4737-8eb1-af560eb177de"
    ],
    "album": "Tones of Town",
    "release_id": "441ed924-d395-41f8-b639-06b226163c78",
    "release_group_id": null,
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2007-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}