Information about plays

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

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

{
    "id": 373694,
    "uri": "https://api.kexp.org/v2/plays/373694/?format=api",
    "airdate": "2019-08-28T21:16:05-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pouring Rain at Dawn",
    "track_id": "5e09eb29-6ca4-355c-9923-26a2434540c5",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Mockingbird Time",
    "release_id": "1412a204-1d03-4f39-aba2-19d8c7604dd6",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2011-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}