Information about plays

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

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

{
    "id": 356163,
    "uri": "https://api.kexp.org/v2/plays/356163/?format=api",
    "airdate": "2019-07-18T19:29:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down at Kelly's",
    "track_id": "380dc447-00fc-3be4-9f1a-4032eee584cf",
    "recording_id": null,
    "artist": "Johnny Paycheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "Jukebox Charlie",
    "release_id": "7d20bc9f-3731-48e4-8f3c-7e60f0bd478e",
    "release_group_id": null,
    "labels": [
        "Little Darlin'"
    ],
    "label_ids": [
        "1f583d21-30e8-4940-a638-1dac068c932c"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1967",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}