Information about plays

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

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

{
    "id": 2675326,
    "uri": "https://api.kexp.org/v2/plays/2675326/?format=api",
    "airdate": "2019-12-19T10:15:28-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccce7a2e-168c-4675-8bbc-b6f5d73cde1b/21277107697-250.jpg",
    "thumbnail_uri": "",
    "song": "Here in Spirit",
    "track_id": "03149881-51d6-4f08-819f-f3cbbf9c32b5",
    "recording_id": null,
    "artist": "Jim James",
    "artist_ids": [
        "b7c4125d-2867-4e29-ba44-b19a69309c68"
    ],
    "album": "Eternally Even",
    "release_id": "ccce7a2e-168c-4675-8bbc-b6f5d73cde1b",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On Tuesday, May 12th, Jim James, the eclectic frontman of indie rock band My Morning Jacket, teams up with conductor Teddy Abrams for a special performance of their orchestral song cycle The Order of Nature in the stunning acoustics of Benaroya Hall. https://bit.ly/2ECgskE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}