Information about plays

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

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

{
    "id": 499536,
    "uri": "https://api.kexp.org/v2/plays/499536/?format=api",
    "airdate": "2001-12-22T21:00:00-08:00",
    "show": 8574,
    "show_uri": "https://api.kexp.org/v2/shows/8574/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LM17hso3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LM17hso3L._SL75_.jpg",
    "song": "Holland Tunnel Dive",
    "track_id": "c26de84e-b6dc-477d-83b6-a82e5bf8c06c",
    "recording_id": null,
    "artist": "impLOG",
    "artist_ids": [
        "d0cb0f8c-f249-4615-801a-1b29cbd79680"
    ],
    "album": "A Bugged Out Mix by Erol Alkan / A Bugged in Selection With Erol Alkan (disc 2: A Bugged in Selection With Erol Alkan)",
    "release_id": "398ae789-7b8e-400c-9299-ceb53284afa8",
    "release_group_id": null,
    "labels": [
        "Lust/Unlust Music"
    ],
    "label_ids": [
        "3a87b316-c810-4dc5-bbd4-f08166dac778"
    ],
    "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"
}