Information about plays

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

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

{
    "id": 426204,
    "uri": "https://api.kexp.org/v2/plays/426204/?format=api",
    "airdate": "2001-05-20T11:40:00-07:00",
    "show": 7154,
    "show_uri": "https://api.kexp.org/v2/shows/7154/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AsQdwHsEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AsQdwHsEL._SL75_.jpg",
    "song": "8 Counts for Rita",
    "track_id": "69a2cb6f-66f7-43c4-8c10-ec310a6763eb",
    "recording_id": null,
    "artist": "Jimmy Smith",
    "artist_ids": [
        "4f8a0d9b-5777-40da-b29a-e9753d5ae693"
    ],
    "album": "Dot Com Blues",
    "release_id": "7b61415b-dfdf-4597-a755-376920f8c79d",
    "release_group_id": null,
    "labels": [
        "Blue Thumb Records"
    ],
    "label_ids": [
        "c7818fff-a16b-4e27-868b-ca3cc5f9f082"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}