Information about plays

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

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

{
    "id": 2681199,
    "uri": "https://api.kexp.org/v2/plays/2681199/?format=api",
    "airdate": "2020-01-02T11:05:24-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "https://coverartarchive.org/release/3bf599f8-bb7d-495a-8aa1-4666bb3478db/1231557898-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Is Gonna Lift You Up",
    "track_id": "275ce078-d434-3895-8fc6-6b52ac313368",
    "recording_id": null,
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "The Bravest Man in the Universe",
    "release_id": "3bf599f8-bb7d-495a-8aa1-4666bb3478db",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2012-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, yes it is.. LOVE it gonna lift us ALL up. #YouAreNotAlone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}