Information about plays

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

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

{
    "id": 347259,
    "uri": "https://api.kexp.org/v2/plays/347259/?format=api",
    "airdate": "2019-06-28T02:58:34-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Disposition",
    "track_id": "9941b3cd-f798-3203-8731-59daef38faaa",
    "recording_id": null,
    "artist": "The Temper Trap",
    "artist_ids": [
        "bb6eaced-69dd-4636-829f-9f987acc4fc3"
    ],
    "album": "Conditions",
    "release_id": "d48a8685-65dc-40b5-95c0-fcff8bfc38f4",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2009-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Temper Trap celebrates the 10th anniversary of this record performing it in full at a few concerts in Australia later this year https://thetempertrap.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}