Information about plays

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

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

{
    "id": 373212,
    "uri": "https://api.kexp.org/v2/plays/373212/?format=api",
    "airdate": "2019-08-27T22:20:07-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/4c5698c6-fd68-3a6a-9f46-d8d1dc8377d7/2144027700-250.jpg",
    "thumbnail_uri": "",
    "song": "Lust for Life",
    "track_id": "1b9948af-37fb-3de9-8c81-a746939924af",
    "recording_id": null,
    "artist": "Girls",
    "artist_ids": [
        "55e21cfa-4bee-4795-940d-b1ff692fb17c"
    ],
    "album": "Album",
    "release_id": "4c5698c6-fd68-3a6a-9f46-d8d1dc8377d7",
    "release_group_id": null,
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2009-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}