Information about plays

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

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

{
    "id": 375004,
    "uri": "https://api.kexp.org/v2/plays/375004/?format=api",
    "airdate": "2019-08-31T22:37:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's in Love With the Rolling Stones",
    "track_id": "d163a2f8-fa6e-3a39-aee0-4c3d164cda19",
    "recording_id": null,
    "artist": "The Telefones",
    "artist_ids": [
        "d5f2cd23-a029-469a-88e8-d8dee683ace1"
    ],
    "album": "Ballad of Jerry Godzilla",
    "release_id": "a10eedb2-7c56-4c73-b3dc-995be4934b58",
    "release_group_id": null,
    "labels": [
        "VVV Records"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dallas, TX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}