Information about plays

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

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

{
    "id": 471902,
    "uri": "https://api.kexp.org/v2/plays/471902/?format=api",
    "airdate": "2001-10-01T19:17:08-07:00",
    "show": 8038,
    "show_uri": "https://api.kexp.org/v2/shows/8038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Samala",
    "track_id": "db66cf3f-fc91-4034-a124-7dc73856b351",
    "recording_id": null,
    "artist": "Touré Kunda",
    "artist_ids": [
        "50cd3334-1bad-483a-a059-b297e06ec65a"
    ],
    "album": "É'mma Africa",
    "release_id": "6cbb12d3-449f-4ba3-99a3-35e51dac16bc",
    "release_group_id": null,
    "labels": [
        "Celluloid"
    ],
    "label_ids": [
        "1c4a920e-65a7-4e60-bf45-78a9741977bb"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}