Information about plays

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

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

{
    "id": 2675792,
    "uri": "https://api.kexp.org/v2/plays/2675792/?format=api",
    "airdate": "2019-12-20T05:32:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wide Awake",
    "track_id": "04155fd5-46ed-4db4-bf26-4f4dcd0965f3",
    "recording_id": null,
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Wide Awake!",
    "release_id": "2a827755-8940-40c6-8b3f-8dcb74dcaf02",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}