Information about plays

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

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

{
    "id": 2681353,
    "uri": "https://api.kexp.org/v2/plays/2681353/?format=api",
    "airdate": "2020-01-02T20:28:56-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "https://coverartarchive.org/release/32b4f1df-9504-4a47-82ae-7e2f6a9937ed/21324105982-250.jpg",
    "thumbnail_uri": "",
    "song": "Kneel at the Cross",
    "track_id": "ab270d0a-50a0-3d49-bc2e-7a3a2eae7888",
    "recording_id": null,
    "artist": "Jim and Jesse",
    "artist_ids": [
        "09410112-c24e-405d-a0d3-cbe5b737f3cb"
    ],
    "album": "Y'all Come: The Essential Jim & Jesse",
    "release_id": "32b4f1df-9504-4a47-82ae-7e2f6a9937ed",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}