Information about plays

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

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

{
    "id": 1312694,
    "uri": "https://api.kexp.org/v2/plays/1312694/?format=api",
    "airdate": "2007-12-10T23:51:00-08:00",
    "show": 22960,
    "show_uri": "https://api.kexp.org/v2/shows/22960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FSWSR2GCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FSWSR2GCL._SL75_.jpg",
    "song": "I'll Be Around",
    "track_id": "89ac9129-bde1-4f2e-8f8e-b42cedc5c400",
    "recording_id": null,
    "artist": "The Spinners",
    "artist_ids": [
        "fd2b6371-5b61-4068-8baa-9c333c97dfd7"
    ],
    "album": "The Very Best of Spinners",
    "release_id": "2dcb27a4-31e0-4e50-bbfb-e9526c45db9c",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}