Information about plays

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

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

{
    "id": 2681667,
    "uri": "https://api.kexp.org/v2/plays/2681667/?format=api",
    "airdate": "2020-01-03T16:05:20-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ecf3634-5921-42a8-80e3-90734095cd8c/21477265742-250.jpg",
    "thumbnail_uri": "",
    "song": "In Cold Blood",
    "track_id": "008a65fc-e113-4a02-8f76-ae7c1e54d042",
    "recording_id": null,
    "artist": "alt-J feat Pusha T",
    "artist_ids": [
        "14ecd19f-7121-4192-8549-e5056241a42f"
    ],
    "album": "Reduxer",
    "release_id": "9ecf3634-5921-42a8-80e3-90734095cd8c",
    "release_group_id": null,
    "labels": [
        "Infectious Music"
    ],
    "label_ids": [
        "24d170a0-dfd0-404c-acbc-842ca2b213a6"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}