Information about plays

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

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

{
    "id": 382903,
    "uri": "https://api.kexp.org/v2/plays/382903/?format=api",
    "airdate": "2019-09-19T09:40:14-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call Me Blue",
    "track_id": "73c7c4d4-52fe-33e1-b11e-3277b7c0e728",
    "recording_id": null,
    "artist": "A House",
    "artist_ids": [
        "c2f465fc-1f81-4d21-a1fc-0bf2d276de1c"
    ],
    "album": "Call Me Blue",
    "release_id": "c0470195-6c26-4825-ba23-d7fa268dbea1",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Gordon! Here's the official video for \"Call Me Blue\" - https://www.youtube.com/watch?v=4gu-N93sBV4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}