Information about plays

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

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

{
    "id": 1196497,
    "uri": "https://api.kexp.org/v2/plays/1196497/?format=api",
    "airdate": "2007-02-13T19:39:05-08:00",
    "show": 20974,
    "show_uri": "https://api.kexp.org/v2/shows/20974/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CbKFX8bTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CbKFX8bTL._SL75_.jpg",
    "song": "Yer Man From Athlone",
    "track_id": "a04bf2b5-7070-441f-af06-d0fe91d96104",
    "recording_id": null,
    "artist": "Martyn Bennett",
    "artist_ids": [
        "63847332-6618-40dd-ba1f-f57b388866ea"
    ],
    "album": "Bothy Culture",
    "release_id": "8c0875e8-14c2-408e-97b8-08fe8b734176",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "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"
}