Information about plays

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

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

{
    "id": 507392,
    "uri": "https://api.kexp.org/v2/plays/507392/?format=api",
    "airdate": "2002-01-15T19:26:00-08:00",
    "show": 8733,
    "show_uri": "https://api.kexp.org/v2/shows/8733/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4149A3ZPH9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4149A3ZPH9L._SL75_.jpg",
    "song": "Hold Us Down (feat. The Congos)",
    "track_id": "c3fc8317-2a1a-47f8-b3ed-12ce1d870dab",
    "recording_id": null,
    "artist": "Rae & Christian",
    "artist_ids": [
        "3f41479a-8486-4c70-a338-be75e10b6efc"
    ],
    "album": "The Groove Corporation Presents Remixes From the Elephant House",
    "release_id": "a7a9e885-fa82-404b-b885-4445e7547d33",
    "release_group_id": null,
    "labels": [
        "Guidence"
    ],
    "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"
}