Information about plays

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

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

{
    "id": 342983,
    "uri": "https://api.kexp.org/v2/plays/342983/?format=api",
    "airdate": "2019-06-18T14:30:41-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's Got His Mother's Hips",
    "track_id": "8c37509f-409f-4d32-8128-6d9e5190c399",
    "recording_id": null,
    "artist": "John Grant",
    "artist_ids": [
        "27ca9c68-650a-4659-b8ef-013e5698ff55"
    ],
    "album": "Love Is Magic",
    "release_id": "9c84ddde-4a8f-4d3f-8f94-b440d2669664",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want to add a spooky edge to your day? Check out John Grant's top horror film soundtracks, compiled exclusively for KEXP: https://www.kexp.org/read/2018/10/31/sound-john-grant-shares-his-five-fave-scary-movie-soundtracks/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}