Information about plays

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

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

{
    "id": 369212,
    "uri": "https://api.kexp.org/v2/plays/369212/?format=api",
    "airdate": "2019-08-18T19:26:00-07:00",
    "show": 6155,
    "show_uri": "https://api.kexp.org/v2/shows/6155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disko roze",
    "track_id": "53c82295-e314-3d1d-9e90-55c3286c8087",
    "recording_id": null,
    "artist": "Gunārs Rozenbergs",
    "artist_ids": [
        "78317c0b-b4f7-4ac0-b9cf-f3b22c4a8663"
    ],
    "album": "Laura",
    "release_id": "9044b69f-80bb-33d0-94e1-aaf6a00205f8",
    "release_group_id": null,
    "labels": [
        "Мелодия"
    ],
    "label_ids": [
        "90fb1e37-35d4-4150-a4d6-4b438fbbc7a6"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}