Information about plays

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

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

{
    "id": 1337157,
    "uri": "https://api.kexp.org/v2/plays/1337157/?format=api",
    "airdate": "2008-02-10T21:53:00-08:00",
    "show": 23368,
    "show_uri": "https://api.kexp.org/v2/shows/23368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wobble That Gut",
    "track_id": "f00e6db7-9823-4877-9cc1-49a748e0aa43",
    "recording_id": null,
    "artist": "Skream",
    "artist_ids": [
        "fb5ee67e-e31a-40cf-8b06-5f1a0f53529a"
    ],
    "album": "Skreamizm, Volume 4",
    "release_id": "4f203e63-3603-4e40-b92b-90cffc92da3a",
    "release_group_id": null,
    "labels": [
        "Tempa"
    ],
    "label_ids": [
        "afb77626-2867-4bad-aae9-f390969eb6b1"
    ],
    "release_date": "2008-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}