Information about plays

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

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

{
    "id": 485185,
    "uri": "https://api.kexp.org/v2/plays/485185/?format=api",
    "airdate": "2001-11-10T05:23:04-08:00",
    "show": 8292,
    "show_uri": "https://api.kexp.org/v2/shows/8292/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412MRME0KWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412MRME0KWL._SL75_.jpg",
    "song": "Nothin's Goin On",
    "track_id": "f64a55c1-3228-47a6-beb3-01e58aa249bf",
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Hand It Over",
    "release_id": "8f44f31d-c750-4103-9c48-d17adf2b0c49",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}