Information about plays

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

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

{
    "id": 365823,
    "uri": "https://api.kexp.org/v2/plays/365823/?format=api",
    "airdate": "2019-08-11T03:05:00-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Johannesburg (ft. Gruff Rhys, Morena Leraba, Radio 123, Sibot)",
    "track_id": null,
    "recording_id": null,
    "artist": "Africa Express",
    "artist_ids": [
        "64e82e9d-03c0-4cf7-ac48-bf5e1f07f2b2"
    ],
    "album": "EGOLI",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Africa Express is a non profit collective that helps promote African artist and to break the stigma of term \"world music\" by exposing western listeners to a variety of musicians from the diaspora.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}