Information about plays

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

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

{
    "id": 508462,
    "uri": "https://api.kexp.org/v2/plays/508462/?format=api",
    "airdate": "2002-01-18T18:10:00-08:00",
    "show": 8751,
    "show_uri": "https://api.kexp.org/v2/shows/8751/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61M99MA9EAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61M99MA9EAL._SL75_.jpg",
    "song": "Right Behind You Baby",
    "track_id": "ad28dfd0-d9fa-4645-9dca-71bbe7450cc8",
    "recording_id": null,
    "artist": "Ray Smith",
    "artist_ids": [
        "c92f9cee-4f76-44b5-b1ac-c43bf50ecaff"
    ],
    "album": "The Legendary Sun Records Story, Volume 1 (disc 1)",
    "release_id": "0c3e388b-413b-44ed-81ae-4329e6f9d1ce",
    "release_group_id": null,
    "labels": [
        "Castle Pulse"
    ],
    "label_ids": [
        "123faf47-cdac-4874-ae4b-6f0bab2b9703"
    ],
    "release_date": "2000-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}