Information about plays

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

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

{
    "id": 1314498,
    "uri": "https://api.kexp.org/v2/plays/1314498/?format=api",
    "airdate": "2007-12-15T11:24:00-08:00",
    "show": 22987,
    "show_uri": "https://api.kexp.org/v2/shows/22987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot This Year",
    "track_id": "2e332127-8254-4a0e-9185-ad14ff40698b",
    "recording_id": null,
    "artist": "Dirtsman",
    "artist_ids": [
        "7de3c74d-3a0b-4ae4-8b53-928eea1ac294"
    ],
    "album": "Reggae Party Mega-Mix (Mixed by Hard-E and Smooth B.)",
    "release_id": "e3549062-3d53-42af-b650-36829ea9450e",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "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"
}