Information about plays

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

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

{
    "id": 379553,
    "uri": "https://api.kexp.org/v2/plays/379553/?format=api",
    "airdate": "2019-09-11T12:48:05-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say Hello to the Angels",
    "track_id": "ad288278-a10f-41bd-a0e6-c2e2161ddfad",
    "recording_id": null,
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": "2e54bba1-1b3f-4e7a-b9e2-fd626c304e7c",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interpol will perform at WAMU Theater on October 1st.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}