Information about plays

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

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

{
    "id": 506102,
    "uri": "https://api.kexp.org/v2/plays/506102/?format=api",
    "airdate": "2002-01-11T18:07:00-08:00",
    "show": 8704,
    "show_uri": "https://api.kexp.org/v2/shows/8704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GA04M16KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GA04M16KL._SL75_.jpg",
    "song": "Everybody's Rockin' but Me",
    "track_id": "af80323e-a010-47f3-8a0d-5fd6fa21ded8",
    "recording_id": null,
    "artist": "Bobby Lord",
    "artist_ids": [
        "b900ea64-7dac-46ff-9372-e187c0b82561"
    ],
    "album": "Ain't I'm a Dog: 25 More Rockabilly Rave-Ups",
    "release_id": "a3dfac99-9be2-4f24-b1a6-7c95b14f8759",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}