Information about plays

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

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

{
    "id": 375978,
    "uri": "https://api.kexp.org/v2/plays/375978/?format=api",
    "airdate": "2019-09-03T11:23:00-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Meet Me After Dark",
    "track_id": "8b4b0b4e-96bd-43a7-8faf-6921f0152ce5",
    "recording_id": null,
    "artist": "Brijean",
    "artist_ids": [
        "6ddbdf87-fd35-4a72-b3ff-8eabdc2ce46e"
    ],
    "album": "Walkie Talkie",
    "release_id": "9cb3daea-d8bd-44f1-9bbc-250a7b0c957a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brijean will be at Seattle's Paramount Theatre this Sunday, September 8th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}