Information about plays

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

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

{
    "id": 2676444,
    "uri": "https://api.kexp.org/v2/plays/2676444/?format=api",
    "airdate": "2019-12-21T18:40:40-08:00",
    "show": 46196,
    "show_uri": "https://api.kexp.org/v2/shows/46196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tribe",
    "track_id": "0e9784e1-70bb-32b0-a0b4-2efd8016d55c",
    "recording_id": null,
    "artist": "Gruntruck",
    "artist_ids": [
        "d094cf6a-ad9e-4640-a44e-91de1f365185"
    ],
    "album": "Push",
    "release_id": "b1d0def4-5999-3263-91cc-3b2e48643301",
    "release_group_id": null,
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}