Information about plays

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

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

{
    "id": 1103188,
    "uri": "https://api.kexp.org/v2/plays/1103188/?format=api",
    "airdate": "2006-06-16T15:28:54-07:00",
    "show": 19375,
    "show_uri": "https://api.kexp.org/v2/shows/19375/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BToYzk17L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BToYzk17L._SL75_.jpg",
    "song": "God's Gonna Cut You Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "American V: A Hundred Highways",
    "release_id": "13e97c66-9a99-41e7-bf5e-5158ab66c5c5",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}