Information about plays

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

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

{
    "id": 371003,
    "uri": "https://api.kexp.org/v2/plays/371003/?format=api",
    "airdate": "2019-08-22T19:45:00-07:00",
    "show": 6180,
    "show_uri": "https://api.kexp.org/v2/shows/6180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Get off on It",
    "track_id": "f260b2dc-8819-4947-8f57-6cb939ce7d7c",
    "recording_id": null,
    "artist": "Jerry Reed",
    "artist_ids": [
        "44419ff2-0251-49ba-933b-b09733ff9adb"
    ],
    "album": "The Bird",
    "release_id": "b089f6d7-913e-4684-bb0f-9121f66f4f8c",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1982",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}