Information about plays

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

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

{
    "id": 352558,
    "uri": "https://api.kexp.org/v2/plays/352558/?format=api",
    "airdate": "2019-07-10T11:51:59-07:00",
    "show": 5875,
    "show_uri": "https://api.kexp.org/v2/shows/5875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave Room 2 Breathe",
    "track_id": "f6501d4c-7500-49f4-8b7b-59e3f2d22f35",
    "recording_id": null,
    "artist": "Jayda G featuring Alexa Dash",
    "artist_ids": [
        "92605251-a853-45c6-9e0a-297bb6e33453"
    ],
    "album": "Significant Changes",
    "release_id": "2dbb50e3-ec01-4531-935b-93aaad3294a5",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}