Information about plays

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

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

{
    "id": 368727,
    "uri": "https://api.kexp.org/v2/plays/368727/?format=api",
    "airdate": "2019-08-17T15:06:04-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "http://coverartarchive.org/release/40b4c609-9fef-409a-9be7-0f5018e761d1/2471751519-250.jpg",
    "thumbnail_uri": "",
    "song": "Looping State of Mind",
    "track_id": "b9773929-9ac6-3d00-8045-5392a1ab0e51",
    "recording_id": null,
    "artist": "The Field",
    "artist_ids": [
        "e5d87018-16a1-4a05-acfd-6a4809ac62f6"
    ],
    "album": "Looping State of Mind",
    "release_id": "40b4c609-9fef-409a-9be7-0f5018e761d1",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2011-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Field plays The Crocodile Sunday, August 18th! - https://www.thecrocodile.com/e/the-field-live-kompakt-records--65205553566/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}