Information about plays

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

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

{
    "id": 450448,
    "uri": "https://api.kexp.org/v2/plays/450448/?format=api",
    "airdate": "2001-07-30T20:36:00-07:00",
    "show": 7618,
    "show_uri": "https://api.kexp.org/v2/shows/7618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foliba",
    "track_id": "6eda7d47-ccca-4a1c-aa16-a5f07f9b9ed7",
    "recording_id": null,
    "artist": "Super Rail Band",
    "artist_ids": [
        "35585e9a-ff8f-4b15-9b56-ab45c6821fb8"
    ],
    "album": "New Dimensions in Rail Culture",
    "release_id": "9ab9adf1-21f5-4ef6-8603-22d7fb2c3af5",
    "release_group_id": null,
    "labels": [
        "Globe Style"
    ],
    "label_ids": [
        "176e7451-f749-4781-9f90-4874eab5dc39"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}