Information about plays

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

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

{
    "id": 1346141,
    "uri": "https://api.kexp.org/v2/plays/1346141/?format=api",
    "airdate": "2008-03-05T16:28:48-08:00",
    "show": 23524,
    "show_uri": "https://api.kexp.org/v2/shows/23524/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FT0AHB4AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FT0AHB4AL._SL75_.jpg",
    "song": "Rainbows in the Dark",
    "track_id": "c4ab6b63-0393-4e66-adf9-523e7009dd21",
    "recording_id": null,
    "artist": "Tilly and the Wall",
    "artist_ids": [
        "4c730f5d-a27c-49fc-b505-23c2c61a6840"
    ],
    "album": "Bottoms of Barrels",
    "release_id": "f4e74e9e-e58a-4e6e-ad94-d9db0de7e510",
    "release_group_id": null,
    "labels": [
        "Team Love"
    ],
    "label_ids": [
        "37fc66aa-ae91-42fa-9a7f-0c02b606c136"
    ],
    "release_date": "2006-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}