Information about plays

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

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

{
    "id": 349146,
    "uri": "https://api.kexp.org/v2/plays/349146/?format=api",
    "airdate": "2019-07-02T17:11:06-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not My Job",
    "track_id": "b827c13d-57e1-42c5-8ac0-e290ec9a426e",
    "recording_id": null,
    "artist": "Mal Blum",
    "artist_ids": [
        "9fab4271-09a4-452d-b0bf-c59f8e5532cb"
    ],
    "album": "Pity Boy",
    "release_id": "9776ffdd-85af-49e0-b0e7-308fd6cda108",
    "release_group_id": null,
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pity Boy (out July 12th on Don Giovanni Records) is the new full-length by New York musician, Mal Blum.\nhttps://bit.ly/2YuYFUQ\nSimply put: Pity Boy is an album that examines the patterns that recur over the course of our lives and what happens when we try (and often fail) to break them.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}