Information about plays

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

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

{
    "id": 1273706,
    "uri": "https://api.kexp.org/v2/plays/1273706/?format=api",
    "airdate": "2007-08-31T18:03:01-07:00",
    "show": 22294,
    "show_uri": "https://api.kexp.org/v2/shows/22294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gonna Shake This Shack Tonight",
    "track_id": "4a9e0dbf-e306-407d-b0d8-8ee678a6ab00",
    "recording_id": null,
    "artist": "Sid King",
    "artist_ids": [
        "3e63e110-2ed1-46a2-9d84-8c48d8176d39"
    ],
    "album": "Classic Rockabilly (disc 3: Swing Bop Boogie)",
    "release_id": "0cbeafbe-ba79-4dd0-b0df-d714b6ec3178",
    "release_group_id": null,
    "labels": [
        "Proper Records"
    ],
    "label_ids": [
        "b392f59c-7941-4574-be84-5a0b5bedf202"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}