Information about plays

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

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

{
    "id": 468667,
    "uri": "https://api.kexp.org/v2/plays/468667/?format=api",
    "airdate": "2001-09-21T23:15:00-07:00",
    "show": 7973,
    "show_uri": "https://api.kexp.org/v2/shows/7973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51412CJxb2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51412CJxb2L._SL75_.jpg",
    "song": "Sublime ilusión",
    "track_id": "cd5801ab-02fd-466a-bc6e-044e523b420c",
    "recording_id": null,
    "artist": "Eliades Ochoa",
    "artist_ids": [
        "1de8629a-9dd3-444c-86a0-9f9bd8c02218"
    ],
    "album": "Sublime Ilusión",
    "release_id": "3a6d5781-400e-4534-9658-d006a76cbbfc",
    "release_group_id": null,
    "labels": [
        "Higher Octave"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}