Information about plays

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

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

{
    "id": 504250,
    "uri": "https://api.kexp.org/v2/plays/504250/?format=api",
    "airdate": "2002-01-06T13:45:00-08:00",
    "show": 8671,
    "show_uri": "https://api.kexp.org/v2/shows/8671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4112TRPRSJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4112TRPRSJL._SL75_.jpg",
    "song": "I Just Bet",
    "track_id": "ce10ff93-eb26-48a6-a2e5-683e5a78539c",
    "recording_id": null,
    "artist": "The Mysteries of Life",
    "artist_ids": [
        "9946de07-0d8c-4286-bf19-a205d01157bf"
    ],
    "album": "Distant Relative",
    "release_id": "b643180d-f852-4cf3-ac2c-fe445c16e53b",
    "release_group_id": null,
    "labels": [
        "No Nostalgia Records"
    ],
    "label_ids": [
        "8ff35b0b-7e08-49e1-bf26-80ce522f0a35"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}