Information about plays

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

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

{
    "id": 347386,
    "uri": "https://api.kexp.org/v2/plays/347386/?format=api",
    "airdate": "2019-06-28T10:45:58-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Above the Bodega (Local Business)",
    "track_id": "cd7ca3f1-a26a-42a8-8548-d8023d513f7a",
    "recording_id": null,
    "artist": "Titus Andronicus",
    "artist_ids": [
        "d38c47f6-d9bb-4a77-aaea-df53a6616a68"
    ],
    "album": "A Productive Cough",
    "release_id": "1729c83a-74f8-489d-91d7-e91874fe2a3f",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Titus Andronicus play the Crocodile on Monday, September 16.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}