Information about plays

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

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

{
    "id": 365864,
    "uri": "https://api.kexp.org/v2/plays/365864/?format=api",
    "airdate": "2019-08-11T05:28:25-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "http://coverartarchive.org/release/ab2da32f-2b43-45b4-89f3-31e6c36df84a/23758278598-250.jpg",
    "thumbnail_uri": "",
    "song": "Alewife",
    "track_id": "39757f4f-eb0b-411c-af60-6cac9af9cda4",
    "recording_id": null,
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Immunity",
    "release_id": "ab2da32f-2b43-45b4-89f3-31e6c36df84a",
    "release_group_id": null,
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}