Information about plays

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

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

{
    "id": 351376,
    "uri": "https://api.kexp.org/v2/plays/351376/?format=api",
    "airdate": "2019-07-07T16:27:45-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/53ffadf6-a2bf-405d-b038-3ff58c300033/22981343486-250.jpg",
    "thumbnail_uri": "",
    "song": "Tell Me Something",
    "track_id": "416b2eb7-8982-4c1d-86bc-146afa8d2fe9",
    "recording_id": null,
    "artist": "Tanika Charles",
    "artist_ids": [
        "fe27a4d0-a7ff-4784-94e9-02d8363175af"
    ],
    "album": "The Gumption",
    "release_id": "53ffadf6-a2bf-405d-b038-3ff58c300033",
    "release_group_id": null,
    "labels": [
        "Record Kicks"
    ],
    "label_ids": [
        "4bec8322-9493-426d-924a-cfa2f79a95ec"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}