Information about plays

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

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

{
    "id": 428504,
    "uri": "https://api.kexp.org/v2/plays/428504/?format=api",
    "airdate": "2001-05-27T02:10:00-07:00",
    "show": 7199,
    "show_uri": "https://api.kexp.org/v2/shows/7199/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416TBZHJKSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416TBZHJKSL._SL75_.jpg",
    "song": "King of the Road",
    "track_id": "b4800da4-27a2-4c0d-a577-a494ca816a0e",
    "recording_id": null,
    "artist": "Fu Manchu",
    "artist_ids": [
        "f96de591-5dae-41da-855b-eb387d88d7d4"
    ],
    "album": "King of the Road",
    "release_id": "0a67d42e-aeb7-44e8-9ffe-0ae9eae997fc",
    "release_group_id": null,
    "labels": [
        "Mammoth"
    ],
    "label_ids": [],
    "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"
}