Information about plays

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

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

{
    "id": 346637,
    "uri": "https://api.kexp.org/v2/plays/346637/?format=api",
    "airdate": "2019-06-26T18:22:00-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello Josephine",
    "track_id": "e5f78cf6-9641-485a-8765-bb7ce5114ce8",
    "recording_id": null,
    "artist": "Them",
    "artist_ids": [
        "dbd8e1e8-b3d5-4c5f-9343-bbe5e86380a6"
    ],
    "album": "The Complete Them (1964–1967)",
    "release_id": "af9fde08-35d7-4d61-8baa-08edf8cced45",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "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"
}