Information about plays

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

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

{
    "id": 2683101,
    "uri": "https://api.kexp.org/v2/plays/2683101/?format=api",
    "airdate": "2020-01-07T03:59:34-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/6fe41983-6c5e-43a0-aafa-ae002eb02c1b/17228160212-250.jpg",
    "thumbnail_uri": "",
    "song": "Never Been Wrong",
    "track_id": "fab77768-b99b-4419-991b-ab01552f86a9",
    "recording_id": null,
    "artist": "Waxahatchee",
    "artist_ids": [
        "42321e24-42b6-4f08-b0d9-8325ee887a20"
    ],
    "album": "Out in the Storm",
    "release_id": "6fe41983-6c5e-43a0-aafa-ae002eb02c1b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Waxahatchee will be at The Vera Project on March 13, 2020 -- doors at 7pm, show at 8pm. All ages.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}