Information about plays

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

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

{
    "id": 2680346,
    "uri": "https://api.kexp.org/v2/plays/2680346/?format=api",
    "airdate": "2019-12-31T09:11:18-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alex Chilton",
    "track_id": "f836d1b9-146e-3107-89a5-b0b6e61f3b2e",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Pleased to Meet Me",
    "release_id": "5248e69d-7159-357a-87ba-33bd4ddac984",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}