Information about plays

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

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

{
    "id": 380499,
    "uri": "https://api.kexp.org/v2/plays/380499/?format=api",
    "airdate": "2019-09-13T18:47:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Work",
    "track_id": "cb1fa933-73e5-4416-a200-3060e021427b",
    "recording_id": null,
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "Conexão",
    "release_id": "52e13e20-e0e9-4241-8586-214e229398b0",
    "release_group_id": null,
    "labels": [
        "PMR Records"
    ],
    "label_ids": [],
    "release_date": "2018-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My top record of 2018. See the full list here on the KEXP Blog. https://www.kexp.org/read/2018/11/30/2018-top-ten-list-spotlight-michele-myers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}