Information about plays

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

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

{
    "id": 368605,
    "uri": "https://api.kexp.org/v2/plays/368605/?format=api",
    "airdate": "2019-08-17T06:56:00-07:00",
    "show": 6141,
    "show_uri": "https://api.kexp.org/v2/shows/6141/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trágame tierra",
    "track_id": "25420424-85d7-47bf-b9e9-1892ecdaf54c",
    "recording_id": null,
    "artist": "Little Jesus",
    "artist_ids": [],
    "album": "Río salvaje",
    "release_id": "de647895-4f23-4be0-8622-bdd7472a9aa4",
    "release_group_id": null,
    "labels": [
        "Fuerzas Basicas"
    ],
    "label_ids": [
        "6359915b-a223-4f88-8443-78456117a9e8"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}