Information about plays

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

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

{
    "id": 1402369,
    "uri": "https://api.kexp.org/v2/plays/1402369/?format=api",
    "airdate": "2008-07-26T23:19:00-07:00",
    "show": 24467,
    "show_uri": "https://api.kexp.org/v2/shows/24467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Clot Thickens",
    "track_id": "21618055-ebe1-4cc7-8cd5-e065716b5b33",
    "recording_id": null,
    "artist": "9 Shocks Terror",
    "artist_ids": [
        "53626369-f589-44ef-8c7e-34ac3a421a73"
    ],
    "album": "Paying Ohmage",
    "release_id": "455e05c1-4f08-40bc-bb8c-04424b0aec71",
    "release_group_id": null,
    "labels": [
        "Sound Pollution"
    ],
    "label_ids": [
        "6e28dc9c-9574-4d57-b4a3-c4741127efce"
    ],
    "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"
}