Information about plays

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

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

{
    "id": 380543,
    "uri": "https://api.kexp.org/v2/plays/380543/?format=api",
    "airdate": "2019-09-13T21:18:00-07:00",
    "show": 6333,
    "show_uri": "https://api.kexp.org/v2/shows/6333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BBO (Bad Bitches Only)",
    "track_id": "c3534682-8f37-4e18-985b-0d5de111c05b",
    "recording_id": null,
    "artist": "Migos",
    "artist_ids": [],
    "album": "Culture II",
    "release_id": "fbb09bbe-301a-4489-9be2-1da86e56eab1",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2018-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}