Information about plays

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

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

{
    "id": 519256,
    "uri": "https://api.kexp.org/v2/plays/519256/?format=api",
    "airdate": "2002-02-19T00:53:00-08:00",
    "show": 8961,
    "show_uri": "https://api.kexp.org/v2/shows/8961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S3GSB8Q6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S3GSB8Q6L._SL75_.jpg",
    "song": "Words Of Truth",
    "track_id": "d5e912cf-66b0-4376-b719-9235386d8343",
    "recording_id": null,
    "artist": "Sizzla",
    "artist_ids": [
        "c8327cc0-54f3-424f-a68d-000ee7289a41"
    ],
    "album": "Words of Truth (disc 1)",
    "release_id": "de6b6f8a-6297-4137-9583-4367245d0e05",
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2000-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}