Information about plays

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

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

{
    "id": 505828,
    "uri": "https://api.kexp.org/v2/plays/505828/?format=api",
    "airdate": "2002-01-10T21:35:00-08:00",
    "show": 8699,
    "show_uri": "https://api.kexp.org/v2/shows/8699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41OJqxFSjjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41OJqxFSjjL._SL75_.jpg",
    "song": "Peeking Around the Corner",
    "track_id": "623bf922-2588-4bca-a58b-212b91167905",
    "recording_id": null,
    "artist": "Mice Parade",
    "artist_ids": [
        "7bdf4633-c336-4f19-bd23-3208865baacd"
    ],
    "album": "The True Meaning of Boodleybaye",
    "release_id": "492eba30-9a99-4e0d-9348-a1df73173868",
    "release_group_id": null,
    "labels": [
        "Bubble Core Records"
    ],
    "label_ids": [
        "8bc9628f-81f5-485d-bbe5-303c539d75d6"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}