Information about plays

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

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

{
    "id": 487836,
    "uri": "https://api.kexp.org/v2/plays/487836/?format=api",
    "airdate": "2001-11-18T09:48:00-08:00",
    "show": 8349,
    "show_uri": "https://api.kexp.org/v2/shows/8349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Five Long Years",
    "track_id": "fcac3e7c-279c-4283-bd7d-541cfec1a4fa",
    "recording_id": null,
    "artist": "Freddie King",
    "artist_ids": [
        "d6ae4b23-965f-485a-b2c2-66c43ffaef20"
    ],
    "album": "The Best of Freddie King: The Shelter Records Years",
    "release_id": "e9e570db-9234-4ed5-95b9-9bae7c598dac",
    "release_group_id": null,
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "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"
}