Information about plays

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

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

{
    "id": 442513,
    "uri": "https://api.kexp.org/v2/plays/442513/?format=api",
    "airdate": "2001-07-07T09:51:00-07:00",
    "show": 7467,
    "show_uri": "https://api.kexp.org/v2/shows/7467/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C374N058L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C374N058L._SL75_.jpg",
    "song": "Mr. Brown",
    "track_id": "a6df7f7a-4a63-4bb9-8724-2b343b7577b3",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Rasta Revolution",
    "release_id": "ed224cb3-4155-4645-8d97-83d953a4baf6",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}