Information about plays

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

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

{
    "id": 429552,
    "uri": "https://api.kexp.org/v2/plays/429552/?format=api",
    "airdate": "2001-05-30T09:03:31-07:00",
    "show": 7219,
    "show_uri": "https://api.kexp.org/v2/shows/7219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F81WVOnbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F81WVOnbL._SL75_.jpg",
    "song": "Golden Hill",
    "track_id": null,
    "recording_id": null,
    "artist": "Tristeza",
    "artist_ids": [
        "59fc30ef-c110-4d92-9e83-ebb1d7a343fd"
    ],
    "album": "Spine and Sensory",
    "release_id": "73c551c6-711a-4c3d-9cd3-821120fbb197",
    "release_group_id": null,
    "labels": [
        "Makoto Recordings"
    ],
    "label_ids": [
        "9d135aa3-8ad8-4e9b-93ed-2713ebd7653a"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}