Information about plays

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

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

{
    "id": 1222760,
    "uri": "https://api.kexp.org/v2/plays/1222760/?format=api",
    "airdate": "2007-04-23T09:41:58-07:00",
    "show": 21426,
    "show_uri": "https://api.kexp.org/v2/shows/21426/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hi1o0EEeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hi1o0EEeL._SL75_.jpg",
    "song": "To the Sky",
    "track_id": "1ef61144-4505-41a2-b89a-f91c4a06cbd8",
    "recording_id": null,
    "artist": "Maps",
    "artist_ids": [
        "0dcf7f6e-da64-4fa7-bc80-5950c55fa8d2"
    ],
    "album": "Start Something",
    "release_id": "ac16f874-9de3-4189-830b-8ec9be3b6d52",
    "release_group_id": null,
    "labels": [
        "Last Space Recordings"
    ],
    "label_ids": [
        "295d62be-fa4e-4fdb-bbb9-5f5419c696f0"
    ],
    "release_date": "2006-11-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}