Information about plays

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

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

{
    "id": 2676279,
    "uri": "https://api.kexp.org/v2/plays/2676279/?format=api",
    "airdate": "2019-12-21T09:00:00-08:00",
    "show": 46193,
    "show_uri": "https://api.kexp.org/v2/shows/46193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Rhodesia",
    "track_id": "220fb3e3-e613-3afe-8ea7-90641f55016f",
    "recording_id": null,
    "artist": "Jack Ruby And The Black Disciples",
    "artist_ids": [],
    "album": "Jack Ruby Presents the Black Foundation",
    "release_id": "3dddbcca-317f-4e6b-ac57-8f2f4ff81951",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}