Information about plays

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

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

{
    "id": 369743,
    "uri": "https://api.kexp.org/v2/plays/369743/?format=api",
    "airdate": "2019-08-20T05:01:55-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocket Fuel",
    "track_id": "4aaff03c-c072-4f56-b2d2-8284af71c627",
    "recording_id": null,
    "artist": "DJ Shadow feat. De La Soul",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Rocket Fuel",
    "release_id": "63a1719a-7a5f-43a0-b43a-4d47ba79740c",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2019-07-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about DJ Shadow's newest album since 2016: https://pitchfork.com/news/listen-to-dj-shadow-and-de-la-souls-new-song-rocket-fuel/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}