Information about plays

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

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

{
    "id": 420224,
    "uri": "https://api.kexp.org/v2/plays/420224/?format=api",
    "airdate": "2001-05-01T21:34:17-07:00",
    "show": 7032,
    "show_uri": "https://api.kexp.org/v2/shows/7032/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31K68TMSDZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31K68TMSDZL._SL75_.jpg",
    "song": "Let's Get Married",
    "track_id": "a09cdedb-9d85-4328-a3eb-3aa6e02cb14f",
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Tokyo Live",
    "release_id": "1f7da880-af45-4bf8-9ef2-85da60307e02",
    "release_group_id": null,
    "labels": [
        "Motown"
    ],
    "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"
}