Information about plays

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

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

{
    "id": 2679121,
    "uri": "https://api.kexp.org/v2/plays/2679121/?format=api",
    "airdate": "2019-12-28T11:08:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Firm and Strong",
    "track_id": "a484013d-34cb-4ac1-b1a1-e04aa16d1edd",
    "recording_id": null,
    "artist": "Popcaan",
    "artist_ids": [
        "d7641934-7dfb-49ea-b948-da0b12816b12"
    ],
    "album": "Forever",
    "release_id": "14a142dc-0da6-413e-a7a8-7cbb13cb50aa",
    "release_group_id": null,
    "labels": [
        "Mixpak"
    ],
    "label_ids": [],
    "release_date": "2018-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Firm & Strong” is the most powerful & spiritual offering from Popcaan’s sophomore album, Forever.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}