Information about plays

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

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

{
    "id": 350997,
    "uri": "https://api.kexp.org/v2/plays/350997/?format=api",
    "airdate": "2019-07-06T20:49:14-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "http://coverartarchive.org/release/58d543d5-3458-4d2d-abc2-7bc173b2789b/8569439091-250.jpg",
    "thumbnail_uri": "",
    "song": "Fire",
    "track_id": "dfe819fd-6334-3f17-b194-1c85f035123d",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Smash Hits",
    "release_id": "58d543d5-3458-4d2d-abc2-7bc173b2789b",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"That's what I'm talkin about!\"- Jimi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}