Information about plays

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

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

{
    "id": 506347,
    "uri": "https://api.kexp.org/v2/plays/506347/?format=api",
    "airdate": "2002-01-12T15:55:00-08:00",
    "show": 8711,
    "show_uri": "https://api.kexp.org/v2/shows/8711/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212PBP6GASL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212PBP6GASL._SL75_.jpg",
    "song": "I Stare Out...",
    "track_id": "4385b16d-22cf-421b-be89-dd77535caeb6",
    "recording_id": null,
    "artist": "The Verlaines",
    "artist_ids": [
        "9671195d-fd59-414c-a5a5-715b1acdcabe"
    ],
    "album": "Way Out Where",
    "release_id": "c6bb9c5c-0197-4bff-b663-607e5776d703",
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}