Information about plays

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

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

{
    "id": 424819,
    "uri": "https://api.kexp.org/v2/plays/424819/?format=api",
    "airdate": "2001-05-15T23:45:00-07:00",
    "show": 7127,
    "show_uri": "https://api.kexp.org/v2/shows/7127/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510F3GrC6ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510F3GrC6ML._SL75_.jpg",
    "song": "Memphis Groove",
    "track_id": "79b814f9-3258-48fc-b7d7-8d8634a7f87f",
    "recording_id": null,
    "artist": "Jackie Mittoo",
    "artist_ids": [
        "a4b3fb24-a04e-4249-9fa5-5a198ca9d73c"
    ],
    "album": "Tribute to Jackie Mittoo (disc 2)",
    "release_id": "499b2653-632a-4ad9-acb6-618c821d5478",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}