Information about plays

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

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

{
    "id": 375825,
    "uri": "https://api.kexp.org/v2/plays/375825/?format=api",
    "airdate": "2019-09-03T02:29:43-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/57c26a15-57e1-468b-9a07-e2d7eed1e4ae/23570621606-250.jpg",
    "thumbnail_uri": "",
    "song": "Running",
    "track_id": "e2b4d6e2-4a06-4436-bac9-f839d8c51f56",
    "recording_id": null,
    "artist": "Gauche",
    "artist_ids": [
        "67693c16-984b-4fd2-b06e-faf489f61fde"
    ],
    "album": "A People's History of Gauche",
    "release_id": "57c26a15-57e1-468b-9a07-e2d7eed1e4ae",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}