Information about plays

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

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

{
    "id": 345405,
    "uri": "https://api.kexp.org/v2/plays/345405/?format=api",
    "airdate": "2019-06-24T03:57:42-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "http://coverartarchive.org/release/afd4abd8-6c3a-439e-bb72-521c7cf10193/17891440506-250.jpg",
    "thumbnail_uri": "",
    "song": "Power",
    "track_id": "c2197504-2654-4030-8414-47c9703dc31b",
    "recording_id": null,
    "artist": "Rapsody feat. Kendrick Lamar & Lance Skiiiwalker",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Laila's Wisdom",
    "release_id": "afd4abd8-6c3a-439e-bb72-521c7cf10193",
    "release_group_id": null,
    "labels": [
        "Jamla Records"
    ],
    "label_ids": [
        "d0626ef3-bc3a-46d5-8aea-db5a07cad49e"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}