Information about plays

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

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

{
    "id": 1292581,
    "uri": "https://api.kexp.org/v2/plays/1292581/?format=api",
    "airdate": "2007-10-19T01:54:27-07:00",
    "show": 22615,
    "show_uri": "https://api.kexp.org/v2/shows/22615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Restless",
    "track_id": null,
    "recording_id": null,
    "artist": "Langhorne Slim",
    "artist_ids": [
        "0bc5259b-bf08-40ad-9f6a-20462f652e83"
    ],
    "album": "Engine EP",
    "release_id": "ae3d6172-0916-44c7-9197-a357f276196f",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "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"
}