Information about plays

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

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

{
    "id": 373736,
    "uri": "https://api.kexp.org/v2/plays/373736/?format=api",
    "airdate": "2019-08-28T23:23:46-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "North by North",
    "track_id": "c5bdebfd-3b93-4ff2-aebb-38f65bd01e6b",
    "recording_id": null,
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Daddy's Highway",
    "release_id": "83e06e35-44a8-42f9-8b62-972b772880f5",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}