Information about plays

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

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

{
    "id": 375435,
    "uri": "https://api.kexp.org/v2/plays/375435/?format=api",
    "airdate": "2019-09-02T01:06:00-07:00",
    "show": 6252,
    "show_uri": "https://api.kexp.org/v2/shows/6252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Visions",
    "track_id": "f4a0b4f8-ce8d-4a4d-95f6-1fbc020393ee",
    "recording_id": null,
    "artist": "Melissa Aldana",
    "artist_ids": [
        "faa21ccf-f0d3-4a84-95d4-ae596aa40744"
    ],
    "album": "Visions",
    "release_id": "8b15b53f-32c1-4083-be11-a6a3150a55df",
    "release_group_id": null,
    "labels": [
        "Motéma"
    ],
    "label_ids": [
        "8001638e-d05e-4a86-a352-3f2bafa468e8"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}