Information about plays

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

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

{
    "id": 2678518,
    "uri": "https://api.kexp.org/v2/plays/2678518/?format=api",
    "airdate": "2019-12-26T20:42:45-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Beast in Me",
    "track_id": "eb80d9fb-cd08-3ff4-9219-752ffd17f4c7",
    "recording_id": null,
    "artist": "Nick Lowe",
    "artist_ids": [
        "a3d5a6bf-c86d-44d3-969b-f345620009c6"
    ],
    "album": "The Doings",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1999-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Original Version",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}