Information about plays

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

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

{
    "id": 2681357,
    "uri": "https://api.kexp.org/v2/plays/2681357/?format=api",
    "airdate": "2020-01-02T20:43:12-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "https://coverartarchive.org/release/c894d80e-f50e-4d2e-ac2c-1947e908f6b4/15376968672-250.jpg",
    "thumbnail_uri": "",
    "song": "I Am a Pilgrim",
    "track_id": "5f2b2e02-c043-3db2-8da1-d017eb4de6b0",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "My Mother's Hymn Book",
    "release_id": "c894d80e-f50e-4d2e-ac2c-1947e908f6b4",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2004-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}