Information about plays

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

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

{
    "id": 506584,
    "uri": "https://api.kexp.org/v2/plays/506584/?format=api",
    "airdate": "2002-01-13T11:45:00-08:00",
    "show": 8718,
    "show_uri": "https://api.kexp.org/v2/shows/8718/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418H3XFJ0SL._SL75_.jpg",
    "song": "Too Lazy (Alt. Take)",
    "track_id": null,
    "recording_id": null,
    "artist": "T-Bone Walker",
    "artist_ids": [
        "f1a3fb4a-fff6-4556-a290-3704b109da90"
    ],
    "album": "The Complete Imperial Recordings, 1950-1954 (disc 1)",
    "release_id": "15da9a17-6378-4edf-bb58-c79ee90593a1",
    "release_group_id": null,
    "labels": [
        "Imperial"
    ],
    "label_ids": [
        "afe5e60c-918e-48ab-a692-66940684ade7"
    ],
    "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"
}