Information about plays

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

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

{
    "id": 504251,
    "uri": "https://api.kexp.org/v2/plays/504251/?format=api",
    "airdate": "2002-01-06T13:48:00-08:00",
    "show": 8671,
    "show_uri": "https://api.kexp.org/v2/shows/8671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DD3NJP15L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DD3NJP15L._SL75_.jpg",
    "song": "Waiting",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hang Ups",
    "artist_ids": [
        "6dd364a8-222f-4d2c-b06a-74b7cdd95f81"
    ],
    "album": "He's After Me",
    "release_id": "50763bd2-b9ac-4b52-b4bd-1c3fe1a1a328",
    "release_group_id": null,
    "labels": [
        "Clean"
    ],
    "label_ids": [
        "3a4ac187-dbcb-414f-9a0d-9b46302cfde7"
    ],
    "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"
}