Information about plays

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

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

{
    "id": 366384,
    "uri": "https://api.kexp.org/v2/plays/366384/?format=api",
    "airdate": "2019-08-12T13:01:40-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Farfisa Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Camp Saint Helene",
    "artist_ids": [],
    "album": "Mother",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Release"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today's KEXP Song of the Day. Download this song for FREE, and sign up for future, FREE KEXP Song of the Day podcasts: https://www.kexp.org/podcasts/song-of-the-day/2019/8/12/camp-saint-helene-farfisa-song/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}