Information about plays

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

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

{
    "id": 378441,
    "uri": "https://api.kexp.org/v2/plays/378441/?format=api",
    "airdate": "2019-09-08T18:12:00-07:00",
    "show": 6300,
    "show_uri": "https://api.kexp.org/v2/shows/6300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Date With the Rain",
    "track_id": "3381f58d-40a0-447f-b289-2fa36b6f23ed",
    "recording_id": null,
    "artist": "Eddie Kendricks",
    "artist_ids": [
        "cf3ea6e9-c856-4737-a988-6b64cc9f2bf2"
    ],
    "album": "People… Hold On",
    "release_id": "a3ff6540-e489-4601-aa64-3e24c0a08bf9",
    "release_group_id": null,
    "labels": [
        "Capital Records"
    ],
    "label_ids": [
        "e0352d6c-d5c2-4eb2-9de7-0dc590a7c269"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}