Information about plays

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

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

{
    "id": 1413910,
    "uri": "https://api.kexp.org/v2/plays/1413910/?format=api",
    "airdate": "2008-08-24T23:18:00-07:00",
    "show": 24664,
    "show_uri": "https://api.kexp.org/v2/shows/24664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Groove La Chord",
    "track_id": "789dba0a-48a9-46b2-8840-7069e893962a",
    "recording_id": null,
    "artist": "Aril Brikha",
    "artist_ids": [
        "6f87329a-e4b2-4eb3-8bc6-5fe8460e08f0"
    ],
    "album": "Stockholm Mix Sessions 3",
    "release_id": "c8aeb7b6-c4a1-494b-848e-a41beecb3b43",
    "release_group_id": null,
    "labels": [
        "Transmat"
    ],
    "label_ids": [
        "632654bd-b625-43e2-9be2-06996121656f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}