Information about plays

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

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

{
    "id": 2682901,
    "uri": "https://api.kexp.org/v2/plays/2682901/?format=api",
    "airdate": "2020-01-06T15:49:23-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/b244c9ec-be2c-36b7-a9ae-d656c5538a1a/14484620789-250.jpg",
    "thumbnail_uri": "",
    "song": "Matilda Mother",
    "track_id": "5b05b241-44ff-32c3-b22e-c0d9734c7190",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Piper at the Gates of Dawn",
    "release_id": "b244c9ec-be2c-36b7-a9ae-d656c5538a1a",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today would have been Syd Barret's 74th birthday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}