Information about plays

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

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

{
    "id": 487826,
    "uri": "https://api.kexp.org/v2/plays/487826/?format=api",
    "airdate": "2001-11-18T09:08:00-08:00",
    "show": 8349,
    "show_uri": "https://api.kexp.org/v2/shows/8349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alligator Eating Dog",
    "track_id": "59acea4b-577d-450c-8b7d-99da774bfea8",
    "recording_id": null,
    "artist": "Clarence \"Gatemouth\" Brown",
    "artist_ids": [
        "039e3952-2f73-49f4-86fe-7aaee4a89a17"
    ],
    "album": "No Looking Back",
    "release_id": "9426048e-c119-49b9-94db-f9c99b511a7f",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "label_ids": [],
    "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"
}