Information about plays

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

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

{
    "id": 377664,
    "uri": "https://api.kexp.org/v2/plays/377664/?format=api",
    "airdate": "2019-09-06T20:22:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What'd I Say",
    "track_id": "9767d5bb-6b40-3f19-aff1-5457a163235d",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "20 Golden Greats",
    "release_id": "993fff40-2e9c-47ba-a1b4-86236880e2e9",
    "release_group_id": null,
    "labels": [
        "Astan"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The style of this song was inspired by church music Charles grew up with and What'd I Say is arguably the gold standard of the call-and-response style in modern music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}