Information about plays

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

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

{
    "id": 2679662,
    "uri": "https://api.kexp.org/v2/plays/2679662/?format=api",
    "airdate": "2019-12-29T17:45:33-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ampersand",
    "track_id": "1a0b4b20-d7dc-45a3-872f-3a24d29035f1",
    "recording_id": null,
    "artist": "Kithkin",
    "artist_ids": [
        "e77b9501-6fa8-48a1-856e-8f9c9e99776a"
    ],
    "album": "Takers and Leavers",
    "release_id": "39a1b976-77bb-4709-ad7f-fa280f4e9068",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-01-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}