Information about plays

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

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

{
    "id": 2674729,
    "uri": "https://api.kexp.org/v2/plays/2674729/?format=api",
    "airdate": "2019-12-18T02:24:06-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/595f8f15-0179-4df4-aea2-812504e61641/11051827137-250.jpg",
    "thumbnail_uri": "",
    "song": "L.A. Looks",
    "track_id": "6234191b-6a7f-4de4-9d40-42beeac1a8af",
    "recording_id": null,
    "artist": "HEALTH",
    "artist_ids": [
        "6805e4d5-f550-40fe-b731-05dc8229e74b"
    ],
    "album": "Death Magic",
    "release_id": "595f8f15-0179-4df4-aea2-812504e61641",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2015-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're alone here\nNo matter who we're with\nAm I stuck with myself\nAlong with everyone else?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}