Information about plays

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

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

{
    "id": 376313,
    "uri": "https://api.kexp.org/v2/plays/376313/?format=api",
    "airdate": "2019-09-04T00:31:32-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Message of Love",
    "track_id": "3a5f8450-b2f4-337d-847a-72125dd3e7b4",
    "recording_id": null,
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders II",
    "release_id": "4dff96dd-8b95-3bd6-b3a5-8ed6ba2e7df3",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Martin Chambers of The Pretenders!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}