Information about plays

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

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

{
    "id": 380550,
    "uri": "https://api.kexp.org/v2/plays/380550/?format=api",
    "airdate": "2019-09-13T21:40:55-07:00",
    "show": 6333,
    "show_uri": "https://api.kexp.org/v2/shows/6333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wide Awake",
    "track_id": "a6636553-66b2-46f5-b82b-6b666c10b576",
    "recording_id": null,
    "artist": "DoNormaal",
    "artist_ids": [
        "bda332e2-59e7-4e20-bc2c-a57763b325f4"
    ],
    "album": "Jump or Die",
    "release_id": "3d1a0233-5f0f-47bc-a606-f4546b90d91c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}