Information about plays

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

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

{
    "id": 1402366,
    "uri": "https://api.kexp.org/v2/plays/1402366/?format=api",
    "airdate": "2008-07-26T23:14:00-07:00",
    "show": 24467,
    "show_uri": "https://api.kexp.org/v2/shows/24467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Misere",
    "track_id": "04d3b031-e5cf-4b54-ac4e-7a544b9058fe",
    "recording_id": null,
    "artist": "Unhinged",
    "artist_ids": [
        "bb553baa-8a8c-4862-8763-2cd2e7894bdf"
    ],
    "album": "Win Our Freedom in Fire",
    "release_id": "38120562-97e6-4f55-8e58-fc9cc04107dd",
    "release_group_id": null,
    "labels": [
        "Nabate"
    ],
    "label_ids": [
        "4a553971-7daa-490c-8c1f-e86b6f708ccc"
    ],
    "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"
}