Information about plays

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

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

{
    "id": 500427,
    "uri": "https://api.kexp.org/v2/plays/500427/?format=api",
    "airdate": "2001-12-26T00:39:00-08:00",
    "show": 8593,
    "show_uri": "https://api.kexp.org/v2/shows/8593/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511%2B7rD9rFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511%2B7rD9rFL._SL75_.jpg",
    "song": "Girls Got Rhythm",
    "track_id": "e1687840-0fe3-40c8-9630-73c0df70813c",
    "recording_id": null,
    "artist": "AC/DC",
    "artist_ids": [
        "66c662b6-6e2f-4930-8610-912e24c63ed1"
    ],
    "album": "Highway to Hell",
    "release_id": "8866e226-7cd6-414e-b7d2-6ae0b0df6715",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}