Information about plays

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

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

{
    "id": 383001,
    "uri": "https://api.kexp.org/v2/plays/383001/?format=api",
    "airdate": "2019-09-19T15:10:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Station (Todd Terje edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lindstrøm",
    "artist_ids": [
        "d2c1af9e-b83a-4ad6-a3e8-53c993d74730"
    ],
    "album": "DM Recordings-Todd Terje edits Vol. 5",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DM Recordings"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raised on country and western music in the outskirts of the Norwegian oil town Stavanger, Lindstrom now lives in Oslo where he is making contemporary disco and running his Feedelity label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}