Information about plays

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

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

{
    "id": 348416,
    "uri": "https://api.kexp.org/v2/plays/348416/?format=api",
    "airdate": "2019-06-30T23:53:00-07:00",
    "show": 5807,
    "show_uri": "https://api.kexp.org/v2/shows/5807/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "September 99 (Phats & Small Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "INCredible Records"
    ],
    "label_ids": [
        "793f53fd-2820-47bb-9183-c1bb31d6fa89"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}