Information about plays

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

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

{
    "id": 414484,
    "uri": "https://api.kexp.org/v2/plays/414484/?format=api",
    "airdate": "2001-03-04T17:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51c2OIlQGyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51c2OIlQGyL._SL75_.jpg",
    "song": "Snapshot",
    "track_id": "f9381d60-c2b6-45c6-b7b0-ef21bb5976b5",
    "recording_id": null,
    "artist": "Roni Size & Reprazent",
    "artist_ids": [
        "45e00f0f-f52b-4db8-a480-cf87b71c4800"
    ],
    "album": "In the Møde",
    "release_id": "0b5819c2-1945-46f8-b260-0ef29f1cec13",
    "release_group_id": null,
    "labels": [
        "Talkin' Loud"
    ],
    "label_ids": [
        "df638e26-3c8b-434e-9d54-8f83e9e66d54"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}