Information about plays

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

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

{
    "id": 2682988,
    "uri": "https://api.kexp.org/v2/plays/2682988/?format=api",
    "airdate": "2020-01-06T21:21:07-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fad'd In2 Teim",
    "track_id": "3786776e-100a-496e-baaf-96ae64cc15f6",
    "recording_id": null,
    "artist": "Hezza Fezza",
    "artist_ids": [
        "cc12c634-d7e2-4948-bc49-2b8c44b76ef1"
    ],
    "album": "Teim",
    "release_id": "0623015d-d098-40c4-a9bb-23a10265768a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}