Information about plays

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

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

{
    "id": 2682234,
    "uri": "https://api.kexp.org/v2/plays/2682234/?format=api",
    "airdate": "2020-01-04T23:18:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Hymns",
    "track_id": "08cd78c8-2d25-4100-b4f4-32b2d607c1c0",
    "recording_id": null,
    "artist": "DRUJ",
    "artist_ids": [
        "067371d3-7b1c-4a51-9fcd-db6ecd18d0dd"
    ],
    "album": "سرودهاى جنگ – War Hymns",
    "release_id": "d2ea0e31-3ae3-4f07-b677-396a3c6fbfbc",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}