Information about plays

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

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

{
    "id": 380178,
    "uri": "https://api.kexp.org/v2/plays/380178/?format=api",
    "airdate": "2019-09-12T22:58:25-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "http://coverartarchive.org/release/bc3219b7-6a7d-4e39-84ae-4f30858df3c0/14461419441-250.jpg",
    "thumbnail_uri": "",
    "song": "One Thousand Times",
    "track_id": "ae007c65-62f6-46e9-92f8-8d24fb104592",
    "recording_id": null,
    "artist": "James Vincent McMorrow",
    "artist_ids": [
        "3b7b1fd3-6952-4aa8-9467-40b105d1039b"
    ],
    "album": "We Move",
    "release_id": "bc3219b7-6a7d-4e39-84ae-4f30858df3c0",
    "release_group_id": null,
    "labels": [
        "Burning Rope Records"
    ],
    "label_ids": [
        "ee560a8e-1460-455b-be5a-47f54dc5817c"
    ],
    "release_date": "2016-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We Move is the third studio album by Irish singer songwriter James Vincent McMorrow. Produced in part by Nineteen85 and Frank Dukes, the album marks the musician's transition from folk to minimalistic R&B.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}