Information about plays

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

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

{
    "id": 498474,
    "uri": "https://api.kexp.org/v2/plays/498474/?format=api",
    "airdate": "2001-12-19T17:00:00-08:00",
    "show": 8554,
    "show_uri": "https://api.kexp.org/v2/shows/8554/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516Y66YF1PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516Y66YF1PL._SL75_.jpg",
    "song": "Something You Got",
    "track_id": "c19e5f09-558c-4482-b30e-cbe9dc0ecacc",
    "recording_id": null,
    "artist": "Eddie Floyd",
    "artist_ids": [
        "484e8d72-ad54-43cf-bceb-283529ac2b62"
    ],
    "album": "Knock on Wood",
    "release_id": "01ced990-849e-4fd9-8957-33af1ae99e22",
    "release_group_id": null,
    "labels": [
        "Atalntic"
    ],
    "label_ids": [],
    "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"
}