Information about plays

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

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

{
    "id": 351660,
    "uri": "https://api.kexp.org/v2/plays/351660/?format=api",
    "airdate": "2019-07-08T10:02:29-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/39e344a0-03f8-4e27-af14-9ca5697a3e08/19720188453-250.jpg",
    "thumbnail_uri": "",
    "song": "Pynk",
    "track_id": "f5862eaa-0f22-497b-86a8-2edb4e7a7972",
    "recording_id": null,
    "artist": "Janelle Monáe ft. Grimes",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Dirty Computer",
    "release_id": "39e344a0-03f8-4e27-af14-9ca5697a3e08",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-04-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}