Information about plays

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

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

{
    "id": 475072,
    "uri": "https://api.kexp.org/v2/plays/475072/?format=api",
    "airdate": "2001-10-11T01:21:25-07:00",
    "show": 8097,
    "show_uri": "https://api.kexp.org/v2/shows/8097/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414WZQ5J1DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414WZQ5J1DL._SL75_.jpg",
    "song": "The Not So Pretty Princess",
    "track_id": "e0223438-ce02-4805-9834-1baf6a9d2816",
    "recording_id": null,
    "artist": "Jude",
    "artist_ids": [
        "d56b91e0-1525-4ff5-8dc4-c3728b517091"
    ],
    "album": "King of Yesterday",
    "release_id": "2c26a1e2-d2b6-4bbf-bcd0-7cd5460ff2f8",
    "release_group_id": null,
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "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"
}