Information about plays

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

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

{
    "id": 376928,
    "uri": "https://api.kexp.org/v2/plays/376928/?format=api",
    "airdate": "2019-09-05T08:10:13-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/5ed8d261-f239-4e5e-9037-67fbd2fbb0e6/7661671644-250.jpg",
    "thumbnail_uri": "",
    "song": "Ride On / Right On",
    "track_id": "6eb5eb12-da6a-3de2-9552-6bc373b66ddc",
    "recording_id": null,
    "artist": "Phosphorescent",
    "artist_ids": [
        "739da2f1-0741-4c60-a6ed-f42d49bf2eb1"
    ],
    "album": "Muchacho",
    "release_id": "5ed8d261-f239-4e5e-9037-67fbd2fbb0e6",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2013-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Found on the sixth full-length album from Phosphorescent. Watch them performing live for us in November here: https://www.youtube.com/watch?v=_IRUtC_fu_s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}