Information about plays

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

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

{
    "id": 456750,
    "uri": "https://api.kexp.org/v2/plays/456750/?format=api",
    "airdate": "2001-08-17T18:16:21-07:00",
    "show": 7733,
    "show_uri": "https://api.kexp.org/v2/shows/7733/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WJP521KAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WJP521KAL._SL75_.jpg",
    "song": "Tall Tall Trees",
    "track_id": "0b82dce3-3905-48b2-9672-bc26accabc79",
    "recording_id": null,
    "artist": "George Jones",
    "artist_ids": [
        "f2903be0-79a7-4334-8cc5-e45309482a97"
    ],
    "album": "Cup of Loneliness: The Classic Mercury Years (disc 1)",
    "release_id": "a243fdaa-bb0a-4ff1-8808-cba6900ef59d",
    "release_group_id": null,
    "labels": [
        "Mercury Nashville"
    ],
    "label_ids": [
        "9a10c66b-0992-4ed4-a9be-2ff66a9bd19b"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}