Information about plays

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

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

{
    "id": 371850,
    "uri": "https://api.kexp.org/v2/plays/371850/?format=api",
    "airdate": "2019-08-24T19:11:51-07:00",
    "show": 6194,
    "show_uri": "https://api.kexp.org/v2/shows/6194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Turn Turn",
    "track_id": "7fccd41e-9e95-4050-9eff-9b777d807df2",
    "recording_id": null,
    "artist": "Common Market",
    "artist_ids": [
        "c8b259a5-6acb-43e8-bb28-bc09e92eb22e"
    ],
    "album": "Triple Crown",
    "release_id": "2c376114-7769-48e7-b8a1-fbe915e3265d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}