Information about plays

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

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

{
    "id": 348796,
    "uri": "https://api.kexp.org/v2/plays/348796/?format=api",
    "airdate": "2019-07-01T22:26:56-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba188d01-907a-4b4b-86e6-9720395e3f81/9346976064-250.jpg",
    "thumbnail_uri": "",
    "song": "20 Feet Tall",
    "track_id": "2a870307-34cc-4f67-8d0e-284fb76d8cde",
    "recording_id": null,
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "New Amerykah, Part Two (Return of the Ankh)",
    "release_id": "ba188d01-907a-4b4b-86e6-9720395e3f81",
    "release_group_id": null,
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2010-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}