Information about plays

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

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

{
    "id": 378692,
    "uri": "https://api.kexp.org/v2/plays/378692/?format=api",
    "airdate": "2019-09-09T10:20:35-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "http://coverartarchive.org/release/f33b2f4d-c887-4341-8129-03af3e1c22f0/22444981171-250.jpg",
    "thumbnail_uri": "",
    "song": "Cry for Another",
    "track_id": "b7393262-36ac-4d4d-80c1-9d8047cd43cf",
    "recording_id": null,
    "artist": "Claude Fontaine",
    "artist_ids": [
        "c2f9cf4c-8288-4e25-8cd7-b6b3fa40e2bf"
    ],
    "album": "Claude Fontaine",
    "release_id": "f33b2f4d-c887-4341-8129-03af3e1c22f0",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Back in May, KEXPs Song of the Day was the bossa nova groover “Pretending He Was You” by Claude Fontaine. Read the KEXP review and watch the video for “Cry For Another” here: https://www.kexp.org/podcasts/song-of-the-day/2019/5/14/claude-fontaine-pretending-he-was-you/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}