Information about plays

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

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

{
    "id": 2678829,
    "uri": "https://api.kexp.org/v2/plays/2678829/?format=api",
    "airdate": "2019-12-27T16:36:10-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get jealous",
    "track_id": "7c4cc9a0-96a8-43e4-acbe-580ccc2db02e",
    "recording_id": null,
    "artist": "ShitKid",
    "artist_ids": [
        "067dfe5e-2b6b-443d-b92f-0c9af3ebc8d1"
    ],
    "album": "Duo Limbo/\"Mellan Himmel Å Helvete\"",
    "release_id": "7b3aa9e6-92b7-45bd-9e35-28da1b401bff",
    "release_group_id": null,
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2020-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}