Information about plays

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

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

{
    "id": 2680262,
    "uri": "https://api.kexp.org/v2/plays/2680262/?format=api",
    "airdate": "2019-12-31T04:41:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dime",
    "track_id": "87e82a80-aa30-4447-9e04-0520f3d88eb2",
    "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": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}