Information about plays

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

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

{
    "id": 2683299,
    "uri": "https://api.kexp.org/v2/plays/2683299/?format=api",
    "airdate": "2020-01-07T13:27:31.588000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia802501.us.archive.org/29/items/mbid-96d5c538-6408-455e-8828-cb35e5546f61/mbid-96d5c538-6408-455e-8828-cb35e5546f61-7417206197.jpg",
    "thumbnail_uri": "https://ia802501.us.archive.org/29/items/mbid-96d5c538-6408-455e-8828-cb35e5546f61/mbid-96d5c538-6408-455e-8828-cb35e5546f61-7417206197_thumb250.jpg",
    "song": "Right Time",
    "track_id": "218797d5-b1d5-4cb1-b2df-cea20d114031",
    "recording_id": null,
    "artist": "Nikki Lane",
    "artist_ids": [
        "967181a8-b54d-407b-93e4-2988bd97fa39"
    ],
    "album": "All or Nothin’",
    "release_id": "96d5c538-6408-455e-8828-cb35e5546f61",
    "release_group_id": "eabe0604-4750-49ec-955a-c2d082595b70",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2014-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the official music video for Nikki Lane's \"Right Time\": https://www.youtube.com/watch?v=lzS3vU6wZa4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}