Information about plays

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

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

{
    "id": 350982,
    "uri": "https://api.kexp.org/v2/plays/350982/?format=api",
    "airdate": "2019-07-06T19:59:00-07:00",
    "show": 5846,
    "show_uri": "https://api.kexp.org/v2/shows/5846/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Head No Backstage Pass",
    "track_id": "6044de59-a73e-4b83-86ba-f023766f2c8f",
    "recording_id": null,
    "artist": "Imij",
    "artist_ids": [
        "0ebe2a81-8478-4153-9165-acc337b7ba92"
    ],
    "album": "The In Gods You Lust",
    "release_id": "bdf7cd88-a8fb-49d8-8ae9-17bcd1db9bca",
    "release_group_id": null,
    "labels": [
        "Babylon Records"
    ],
    "label_ids": [
        "be2832ab-7503-4e27-bc62-dc488eee7c48"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band IMIJ established in 1990.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}