Information about plays

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

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

{
    "id": 1361754,
    "uri": "https://api.kexp.org/v2/plays/1361754/?format=api",
    "airdate": "2008-04-13T18:19:00-07:00",
    "show": 23780,
    "show_uri": "https://api.kexp.org/v2/shows/23780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driving Down the Block",
    "track_id": "2a698223-ea81-43c7-b800-1a15381265c4",
    "recording_id": null,
    "artist": "Kidz in the Hall",
    "artist_ids": [
        "402b93ba-ee73-4241-8873-903b931875fa"
    ],
    "album": "Wax Assassin II: Training Day",
    "release_id": "e8e5b0ca-fd9b-45ae-9f0d-c8c0b67a0565",
    "release_group_id": null,
    "labels": [
        "By the People for the People Recordings"
    ],
    "label_ids": [
        "3b638369-83ca-4e1a-a4ab-0310827ed4a9"
    ],
    "release_date": "2008-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}