Information about plays

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

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

{
    "id": 1357526,
    "uri": "https://api.kexp.org/v2/plays/1357526/?format=api",
    "airdate": "2008-04-03T01:15:10-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Gathering",
    "track_id": "8a3d611e-45d7-40d1-9c4c-c27a04168b4e",
    "recording_id": null,
    "artist": "Living Legends",
    "artist_ids": [
        "ca7e5899-0934-4f35-b153-60562b8f9e9d"
    ],
    "album": "The Gathering",
    "release_id": "0826425f-b0ca-49c3-8516-40f4fb8106e7",
    "release_group_id": null,
    "labels": [
        "RAS Records"
    ],
    "label_ids": [
        "8964f582-c932-424d-b518-f1385f553d89"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}