Information about plays

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

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

{
    "id": 533207,
    "uri": "https://api.kexp.org/v2/plays/533207/?format=api",
    "airdate": "2002-03-31T14:40:57-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TE4rXEuqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TE4rXEuqL._SL75_.jpg",
    "song": "I'll Rise",
    "track_id": "1cdd3e21-42a2-4244-a1d8-4d7975bc08ab",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Welcome to the Cruel World",
    "release_id": "6a36e6b0-3357-44ff-81c4-bccfd3864540",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1994-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}