Information about plays

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

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

{
    "id": 1362606,
    "uri": "https://api.kexp.org/v2/plays/1362606/?format=api",
    "airdate": "2008-04-15T21:47:47-07:00",
    "show": 23794,
    "show_uri": "https://api.kexp.org/v2/shows/23794/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-DzWTRCfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-DzWTRCfL._SL75_.jpg",
    "song": "The Electric Love Letter",
    "track_id": null,
    "recording_id": null,
    "artist": "Langhorne Slim",
    "artist_ids": [
        "0bc5259b-bf08-40ad-9f6a-20462f652e83"
    ],
    "album": "When the Sun's Gone Down",
    "release_id": "6be4b787-b62f-4269-a385-9eff729c6182",
    "release_group_id": null,
    "labels": [
        "Narnack Records"
    ],
    "label_ids": [
        "7468130a-5a6d-4321-9c7f-9f2b3a393f03"
    ],
    "release_date": "2005-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}