Information about plays

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

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

{
    "id": 1274312,
    "uri": "https://api.kexp.org/v2/plays/1274312/?format=api",
    "airdate": "2007-09-02T09:30:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heap See",
    "track_id": "24d6a80d-8644-43b1-b3da-22cf3926d54c",
    "recording_id": null,
    "artist": "Jimmy Johnson",
    "artist_ids": [
        "374389e2-f99a-4a8a-9d3a-16d2a7355aaf"
    ],
    "album": "Bar Room Preacher",
    "release_id": "d6fa1616-14b8-46b2-b9d8-7a047b0e790e",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}