Information about plays

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

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

{
    "id": 454703,
    "uri": "https://api.kexp.org/v2/plays/454703/?format=api",
    "airdate": "2001-08-11T22:30:00-07:00",
    "show": 7696,
    "show_uri": "https://api.kexp.org/v2/shows/7696/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunrise",
    "track_id": "5d806f11-93ef-4ec0-be29-249f47464201",
    "recording_id": null,
    "artist": "Solaris",
    "artist_ids": [
        "8d468ef8-39d8-4563-89a1-a3c19bbeaad5"
    ],
    "album": "Sunrise",
    "release_id": "a5b30960-7333-4544-af5b-bbadf9a4adbb",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2001-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}