Information about plays

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

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

{
    "id": 1263434,
    "uri": "https://api.kexp.org/v2/plays/1263434/?format=api",
    "airdate": "2007-08-05T23:25:00-07:00",
    "show": 22125,
    "show_uri": "https://api.kexp.org/v2/shows/22125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy",
    "track_id": "c7fa8372-6e17-40c9-87fc-e33bb00feaed",
    "recording_id": null,
    "artist": "Paco Osuna",
    "artist_ids": [
        "bf6335a3-9dc3-46bf-844a-fdb432ddefd5"
    ],
    "album": "Crazy",
    "release_id": "70ed1d9d-395d-47a0-95f0-e091f28b493a",
    "release_group_id": null,
    "labels": [
        "Plus 8 Records Ltd."
    ],
    "label_ids": [
        "f8c842b4-3b25-4fcc-89f9-da08d5d8b7b4"
    ],
    "release_date": "2007-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}