Information about plays

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

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

{
    "id": 378592,
    "uri": "https://api.kexp.org/v2/plays/378592/?format=api",
    "airdate": "2019-09-09T04:30:56-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/251af16d-a8cc-47d0-8475-b11c6ae9cb48/23532907104-250.jpg",
    "thumbnail_uri": "",
    "song": "Lions",
    "track_id": "d7fdb136-4b81-4df8-a607-6dc8a6e13aed",
    "recording_id": null,
    "artist": "Jenny Hval feat. Vivian Wang",
    "artist_ids": [
        "5da39260-0718-4a59-b25e-91dc6ee2867e"
    ],
    "album": "The Practice of Love",
    "release_id": "251af16d-a8cc-47d0-8475-b11c6ae9cb48",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}