Information about plays

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

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

{
    "id": 534502,
    "uri": "https://api.kexp.org/v2/plays/534502/?format=api",
    "airdate": "2002-04-04T07:16:56-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B9H1NRTZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B9H1NRTZL._SL75_.jpg",
    "song": "Loaded",
    "track_id": null,
    "recording_id": null,
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Screamadelica",
    "release_id": "11c68c9c-618e-4572-b70d-7418b85c6ad1",
    "release_group_id": null,
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1991-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}