Information about plays

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

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

{
    "id": 462296,
    "uri": "https://api.kexp.org/v2/plays/462296/?format=api",
    "airdate": "2001-09-03T03:45:00-07:00",
    "show": 7850,
    "show_uri": "https://api.kexp.org/v2/shows/7850/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410ACTNJMML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410ACTNJMML._SL75_.jpg",
    "song": "Ultra-Obscene",
    "track_id": "77fc890e-06b1-4d8c-8aa5-520683080ad5",
    "recording_id": null,
    "artist": "Breakbeat Era",
    "artist_ids": [
        "cb4fa3f4-b383-4b0d-967d-b8e8c5d82998"
    ],
    "album": "Ultra-Obscene",
    "release_id": "1224422c-8301-4473-9002-e23eea9a9f11",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "1999-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}