Information about plays

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

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

{
    "id": 1282414,
    "uri": "https://api.kexp.org/v2/plays/1282414/?format=api",
    "airdate": "2007-09-22T23:17:00-07:00",
    "show": 22440,
    "show_uri": "https://api.kexp.org/v2/shows/22440/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "trouble in the world",
    "track_id": null,
    "recording_id": null,
    "artist": "The Only Ones",
    "artist_ids": [
        "812dca85-2b55-4015-a92e-1182251bc621"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "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"
}