Information about plays

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

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

{
    "id": 376815,
    "uri": "https://api.kexp.org/v2/plays/376815/?format=api",
    "airdate": "2019-09-05T02:06:58-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "http://coverartarchive.org/release/b56191a4-a8ca-42d9-b722-0db6d5ab858b/23923954436-250.jpg",
    "thumbnail_uri": "",
    "song": "Devotion",
    "track_id": "8468aed1-0646-44c4-9eef-bf2ce6c14e3d",
    "recording_id": null,
    "artist": "Jay Som",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "album": "Anak Ko",
    "release_id": "b56191a4-a8ca-42d9-b722-0db6d5ab858b",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE on KEXP - Wednesday, September 18th at 1.00 pm on the Midday Show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}