Information about plays

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

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

{
    "id": 418237,
    "uri": "https://api.kexp.org/v2/plays/418237/?format=api",
    "airdate": "2001-04-25T20:35:17-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Boy Waltz",
    "track_id": "42fc5f27-9913-4c2a-b482-7c2bbc0eb479",
    "recording_id": null,
    "artist": "Steve Riley and The Mamou Playboys",
    "artist_ids": [
        "92c1cbb9-84a0-414d-a88c-8a518a7c7ef0"
    ],
    "album": "Happytown",
    "release_id": "4a98ed02-1fb8-4860-ad81-56e7fe3af238",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2001-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}