Information about plays

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

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

{
    "id": 1367408,
    "uri": "https://api.kexp.org/v2/plays/1367408/?format=api",
    "airdate": "2008-04-27T23:53:00-07:00",
    "show": 23875,
    "show_uri": "https://api.kexp.org/v2/shows/23875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Face Melt",
    "track_id": "45f0a11c-0650-4aa8-8575-de3e29c30ae5",
    "recording_id": null,
    "artist": "Tunnidge",
    "artist_ids": [
        "d4fdeb41-0ad8-43d0-ae00-15e4a271494f"
    ],
    "album": "Geddeon / Face Melt",
    "release_id": "2a9e8e47-5e41-4b51-a64c-371af01db1a5",
    "release_group_id": null,
    "labels": [
        "Deep Medi Musik"
    ],
    "label_ids": [
        "f192dcaa-0dda-4c71-b79c-7372d83b4b0c"
    ],
    "release_date": "2008-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}